.NET Framework Class Library |
ParallelQuery<(Of <(TSource>)>)..::.GetEnumerator Method |
ParallelQuery<(Of <(TSource>)>) Class See Also Send Feedback |
Returns an enumerator that iterates through the sequence.
Namespace:
System.Linq
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function GetEnumerator As IEnumerator(Of TSource) |
C# |
---|
public virtual IEnumerator<TSource> GetEnumerator() |